home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
opt.dir
/
00013_Marker.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-18
|
267 b
|
14 lines
on mouseDown
set vLast to GetVolume()
repeat while the mouseDown
set vNew to yToPos(the mouseV)
if vNew <> vLast then
placeMarker(vNew)
set vLast to vNew
end if
end repeat
SetVolume(vLast)
puppetSound("tone.aif")
updateStage()
end